lcBlockSelSplit Home

Splits selected entities into parts entities. Original entities will be erased from a drawing.
The function can be applied to the following entity types: Line, Polyline, Arc, Circle

 BOOL lcBlockSelSplit (
   HANDLE hBlock,
   int nParts
 );

Parameters
hBlock
  Handle to a block.
nParts
  A number of parts each selected entity to be splitted. The value range is 2...1000.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcEntSplit,   LC_CMD_SPLIT